home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5SPR006.TIP < prev    next >
Text File  |  1993-06-01  |  2KB  |  49 lines

  1. When using 1-2-3, I found that I spent lots of time creating
  2. columns of successive numbers. I therefore created a simple
  3. macro that does it for me. To use it, go to the top of your
  4. desired range in other words, the cell where you want the
  5. number 1 and enter the number of cells you want to fill.
  6. Once entered, press <Alt>-N. The macro will automatically
  7. create the column of numbers.
  8.  
  9. Dominik Tylczynski
  10. Poznan, Poland
  11.  
  12. Editor's Note: This is one of those macros that everyone
  13. needs to have but that few take the time to write. It also
  14. demonstrates a very powerful way of passing information to a
  15. macro: putting information that the macro needs in the
  16. current cell just before invoking it. To create the macro,
  17. enter the text into two columns, as shown, anywhere on your
  18. worksheet. Remember to first type an apostrophe (') when
  19. entering cell contents that begin with a slash (/),
  20. backslash (\), or number. Once everything is entered, select
  21. /Range·Name·Label·Right, highlight the range in the first
  22. column (A1..A12 in this example), and press <Enter>. The
  23. macro can be found in the file SUCCESIV.WK1 on your
  24. PowerBase *.* Volume 5 diskette. The text of the macro is
  25. shown below for reference.
  26.  
  27.  
  28.         A       B       C       D       E
  29. 1       \n      /rnchere~~
  30. 2               {for counter,2,here,1,nsub}
  31. 3               {goto}counter~
  32. 4               XXXX~
  33. 5               {goto}here~
  34. 6               1~
  35. 7               /rndhere~
  36. 8
  37. 9       nsub    {d}
  38. 10              /ccounter~~
  39. 11
  40. 12      counter XXXX
  41.  
  42.  
  43. Title: Running the Numbers
  44. Category: SPR
  45. Issue Date: November, 1992
  46. Editor: Brett Glass
  47. Supplementary Files: P5SPR\SUCCESIV.WK1
  48. Filename: P5SPR006.TIP
  49.